home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1995-03-07 | 3.7 KB | 83 lines |
- Syntax10.Scn.Fnt
- ParcElems
- Alloc
- Syntax12b.Scn.Fnt
- Syntax10b.Scn.Fnt
- Release 0.8
- New features:
- - New Kernel allocates memory from Amiga OS in chunks of 64KB. You should be very grateful for this!
- - Finalization service in module Kernel. Use Browser.ShowDef Kernel and find out for yourself or ask us.
- - Edit.Print works, see Oberon4Amiga.Guide.Text
- - Supports Amiga fonts.
- - System.AnsiInput, System.OberonInput to switch off/on conversion of Amiga keycodes to Oberon.
- - System.ThreeButtonMouse, System.TwoButtonMouse to switch on/off Left-Alt-Key as Mouse Button.
- You may call these commands in Configuration to customize your Oberon4Amiga!
- - Files distributed into more subdirectories.
- - StatusViewer which shows current directory and other nice stuff!
- Known bugs:
- - Amiga fonts aren't always rendered as they should.
- - Floating point arithmetic in REPEAT UNTIL loops don't work correctly. DON'T USE IT!
- - When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
- might freeze.
- - Display.ReplPatternC may yield some weird results for non-zero X0, Y0 offsets.
- - Finalization not documented.
- - Problems with > 8 colors. Use 8 colors.
- Known limitations:
- - Missing Trap Viewer, use KillOberon if everything else fails.
- - Can't use files on XFH devices.
- - POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
- during a GC. Use a secondary link structure to keep the values referenced.
- Fixed Bugs:
- - Workaround in Splines to avoid REPEAT ... REAL bug.
- - Input of Umlauts etc. with the aid of dead keys now works.
- - ChangeMode swapped screen width and height.
- - WriteSet and ReadSet were not working correctly => weird behavior of ParcElems and PopupElems.
- Old files containing Parcs or Popups should be corrected and saved to disk again!
- Release 0.7
- New features:
- - Minimum memory required for startup is 700kByte instead of 1.5MByte.
- - Files.Old uses OBERON: as search path.
- - All fonts now located in subdirectory Fonts.
- - All system files located in subdirectory System.
- - System.ShowMode & System.ChangeMode for <WB3.0 users.
- - Icons for starting and killing of Oberon. Nicer ones are welcome, send them to us!
- - Support for Umlauts. (Simple keys only, no dead keys)
- - BRK and SHIFT-BRK on F3 (for inserting parcs)
- - System.CurrentDirectory shows where you are
- Known limitations:
- - Can't use files on XFH devices.
- Fixed Bugs:
- - Module Out now included.
- - PopupElems fixed
- Release 0.6 (first Beta)
- New features:
- - System.Directory, System.Execute, System.ChangeMode
- - Doesn't require WB3.0 anymore, but screen mode requester not available on WB2.x
- - Backup tool for reading/writing Ceres-Oberon Floppies. Thanks to Marc Pilloud for this!
- - Standard Oberon documentation text files.
- Fixed Bugs:
- - many...
- Known bugs:
- - When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
- might freeze.
- Missing features:
- - Trap viewer.
- - Support for Amiga fonts.
- Release 0.3 .. 0.5
- internal development release
- Release 0.2
- New features:
- - Oberon fonts.
- - Screen mode requester (requires WB3.0).
- - V4 (elements in texts).
- - Garbage Collection of files.
- Fixed bugs:
- - Scrolling leaves some garbage pixels.
- Known bugs:
- Missing features:
- - Standard Oberon documentation text files.
- - Trap Viewer.
- Edit the file Configuration.Mod to customize your Oberon System. Compile it, and try
- it first out with Configuration.Init! Then restart Oberon. If it doesn't work, you
- should delete the file Configuration.Obj in a shell.
-